Skip to main content

All Questions

2votes
1answer
1kviews

Employee database

To keep in practice with good techniques of java programming, I've decided to write a database. All it does it stores employees, allows users that are logged in to get/set employees, and has a login ...
Ben A's user avatar
  • 10.7k
2votes
0answers
227views

Checking authentication status by looking for a cookie

I'm an Android newbie. I have this function in my code: ...
MeLlamoPablo's user avatar

close